home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Libraries / Fab Libraries / Utils6.h < prev   
Encoding:
Text File  |  1993-11-18  |  366 b   |  7 lines  |  [TEXT/MPS ]

  1. OSErr FabFSpOpenDF(const FSSpec *spec,char permission,short *refNum);
  2. OSErr FabFSpCreate(const FSSpec  *spec,OSType creator,OSType fileType, ScriptCode scriptTag);
  3. OSErr FabFSpDelete(const FSSpec *spec);
  4. void FabStandardPutFile(ConstStr255Param prompt,
  5.                             ConstStr255Param defaultName,
  6.                             StandardFileReply *reply);
  7.